翻訳と辞書
Words near each other
・ fully lazy lambda lifting
・ fully qualified domain name
・ fum
・ fun
・ function
・ function application
・ function complete
・ function graph language
・ function inlining
・ function key
function point analysis
・ functional
・ functional database
・ functional dependency
・ functional language
・ functional program
・ functional programming
・ functional programming language
・ functional requirements
・ functional specification


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

function point analysis : FOLDOC
Function Point Analysis
(FPA) A standard metric for the relative size and complexity of a software system, originally developed by Alan Albrecht of IBM in the late 1970s.
Functon points (FPs) can be used to estimate the relative size and complexity of software in the early stages of development - analysis and design. The size is determined by identifying the components of the system as seen by the end-user: the inputs, outputs, inquiries, interfaces to other systems, and logical internal files. The components are classified as simple, average, or complex. All of these values are then scored and the total is expressed in Unadjusted FPs (UFPs). Complexity factors described by 14 general systems characteristics, such as reusability, performance, and complexity of processing can be used to weight the UFP. Factors are also weighted on a scale of 0 - not present, 1 - minor influence, to 5 - strong influence. The result of these computations is a number that correlates to system size.
Alth


スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.